CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 路径规划 MATLAB

搜索资源列表

  1. dijkstra

    0下载:
  2. dijkstra算法解决路径规划问题,求解任意两点之间的最小距离-Dijkstra s Shortest Path Algorithm calculates the shortest path and distance between two nodes on a map
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13946
    • 提供者:spf
  1. jsjy20070288

    0下载:
  2. :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to
  3. 所属分类:matlab例程

    • 发布日期:2014-01-25
    • 文件大小:329278
    • 提供者:zhangying
  1. robot

    5下载:
  2. 一个基于人工势场的机器人路径规划的仿真程序源码,可以自行修改阈值。-An artificial potential field based robot path planning simulation program source code, you can modify thresholds.
  3. 所属分类:matlab例程

    • 发布日期:2013-03-12
    • 文件大小:21724
    • 提供者:采儿
  1. autobizhangrobot

    3下载:
  2. 人工势场法路径规划matlab源代码,适用于机器人路径规划。-Artificial potential field path planning matlab source code for robot path planning.
  3. 所属分类:matlab例程

    • 发布日期:2013-12-31
    • 文件大小:30037
    • 提供者:张天
  1. robot_simulator

    0下载:
  2. 机器人路径规划及躲避算法,可以选择任意的图片-Algorithm for robot path planning and to avoid
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:19716
    • 提供者:cookie
  1. matlab_Robotpath

    0下载:
  2. 用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的二叉树算法。-Using Matlab to achieve the optimal robot path planning in the global path, planning algorithm uses a binary tree algorithm based on the direction.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4841
    • 提供者:李志平
  1. MATLAbpathplaning

    0下载:
  2. MATLAB 路径规划,效果还可以,可以做毕设截图只用。希望能给你帮助。-MATLAB path planning, the effect can be, they can do complete set up shots only. Hope that I can help you.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4103
    • 提供者:郑广建
  1. 115157698ant

    0下载:
  2. 路径规划中群蚁优化算法的源代码,可通过修改程序自由设置障碍和地形-Group of ants in the path planning optimization algorithm source code, modify the program free by obstacles and terrain
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:302072
    • 提供者:晴空
  1. AstarSearchShortestPath

    0下载:
  2. A*算法求最短路径问题的MatLAB源码,对路径规划的初学者很有帮助!-A* algorithm for seeking the shortest path problem MatLAB source for path planning helpful for beginners!
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:20931
    • 提供者:nc21lym
  1. RobotPathPlanningAndAvoidceObstacles

    2下载:
  2. 机器人路径规划与避障的MatLAB源码,对研究机器人路径规划与避障很有帮助!-Robot path planning and obstacle avoidance of MatLAB source, the study of robot path planning and obstacle avoidance helpful!
  3. 所属分类:matlab

    • 发布日期:2016-05-08
    • 文件大小:18807
    • 提供者:nc21lym
  1. Geneticalgorithmpathplanningsimulationprogram

    3下载:
  2. 遗传算法路径规划仿真,运用遗传算法仿真机器人路径规划问题,属于静态规划-Genetic algorithm path planning simulation, using genetic algorithms simulation robot path planning problem, belongs to the static planning
  3. 所属分类:matlab

    • 发布日期:2015-08-23
    • 文件大小:4248
    • 提供者:yangjin
  1. pso

    3下载:
  2. 粒子群算法的源码 主要如何运用于机器人路径规划-pso
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-11
    • 文件大小:922
    • 提供者:张龙妹
  1. MATLAB

    2下载:
  2. 基于遗传算法的机器人路径规划MATLAB源码-Based on genetic algorithms for robot path planning MATLAB source
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2015-12-29
    • 文件大小:6205
    • 提供者:印象小七
  1. D

    0下载:
  2. 有关于DIJKSTRA遗传算法的机器人路径规划演示程序。-DIJKSTRA genetic algorithm on the robot path planning demonstration program.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:1635
    • 提供者:Don
  1. dijkstra

    0下载:
  2. dijkstar经典算法,用于寻求最短路径规划等-dijkstar classical algorithm for seeking the shortest path planning
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1556
    • 提供者:出来乍到
  1. obstacles

    0下载:
  2. 一个在matlab下编写的关于机器人路径规划的小程序-A matlab prepared on a small robot path planning process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:4750
    • 提供者:王超
  1. IntelligentTacticalFlight

    1下载:
  2. &基于贝叶斯网络和模糊推理 技术A实现了战场威胁级别及其相对重要性程度的综合评估&利用模型预测控制的滚动优化和在线校正原理A实现了 飞机在线飞行路径规划&建立了路径规划代价函数中加权因子的智能化分配方法A进而实现了威胁评估与路径规划 之间的集成A使得路径规划系统能够自适应战场态势的动态变化.-koorow&E}8k w$lrm}nz$pkzz8zzn8omp$lm}l8km 8y8 ko|l8 kmry8rnj$lmkos8kl88zmk9 rz}8|9kz8|$ouk{8zrko
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:136272
    • 提供者:hans
  1. robot2

    1下载:
  2. 机器人路径规划,运用的是遗传算法,在试验平台上已经验证过。-Robot path planning, using the genetic algorithm, the test platform has been verified.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1958713
    • 提供者:玉林
  1. pathplann-algorithm

    4下载:
  2. 基于改进的蚁群算法的机器人路径规划及壁障 能找寻最有路径-Improved ant colony algorithm based on robot path planning and barrier to finding the best path
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:4157
    • 提供者:白杨
  1. pathplanning

    1下载:
  2. 用matlab仿真实现单机器人的路径规划,比较简单易懂,对初学者的一个很好的资料-single robot path plan,which is a good material for a learing person
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4843
    • 提供者:毛玲
« 1 2 34 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com